<file>application.ui</file>
<file>menus.ui</file>
</gresource>
- <gresource prefix="/appwindow">
- <file preprocess="to-pixdata">gtk-logo-old.png</file>
- </gresource>
<gresource prefix="/builder">
<file>demo.ui</file>
</gresource>
</gresource>
<gresource prefix="/sources">
<file>application.c</file>
- <file>appwindow.c</file>
<file>assistant.c</file>
<file>builder.c</file>
<file>button_box.c</file>
<file>toolpalette.c</file>
<file>transparent.c</file>
<file>tree_store.c</file>
- <file>ui_manager.c</file>
</gresource>
<gresource prefix="/textview">
<file>floppybuddy.gif</file>
## These should be in the order you want them to appear in the
## demo app, which means alphabetized by demo title, not filename
DEMOS = \
- appwindow.c \
button_box.c \
clipboard.c \
colorsel.c \
$(PERL) geninclude.pl $(DEMOS) > demos.h
OBJECTS = \
- appwindow.obj \
button_box.obj \
changedisplay.obj \
clipboard.obj \